From 4661db56aece550a1089af1d9b5f72a43eb02b55 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 19 Jan 2002 07:28:56 +0000 Subject: [PATCH] fix image file names --- modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc index 58cc6310c5..2d621e0d67 100644 --- a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc +++ b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc @@ -3,9 +3,9 @@ style "default" fg[NORMAL] = "#ffffff" fg[PRELIGHT] = "#ffffff" bg_pixmap[NORMAL] = "triangle_background.png" -# bg_pixmap[NORMAL] = "bc.xpm" - bg_pixmap[PRELIGHT] = "bc-light.xpm" - bg_pixmap[ACTIVE] = "bc-dark.xpm" bg_pixmap[INSENSITIVE] = "bc.xpm" +# bg_pixmap[NORMAL] = "bc.png" + bg_pixmap[PRELIGHT] = "bc-light.png" + bg_pixmap[ACTIVE] = "bc-dark.png" bg_pixmap[INSENSITIVE] = "bc.png" } class "GtkWidget" style "default" -- 2.30.2